@charset "utf-8";
html, body, h1, h2, h3, h4, h5, h6, hr, p, pre, dl, dt, dd, ul, ol, li, th, td, form, fieldset, legend, button, input, textarea, figure, figcaption, nav, footer, menu, blockquote {
    margin: 0;
    padding: 0;
}

body {
    background: #fff;
    color: #333;
    font-size: 14px;
    font-family: "Microsoft Yahei", "Helvetica Neue", Helvetica, Arial, "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif;
}

body, html {
    min-width: 320px;
}

input, textarea {
    outline: 0 none;
}

button {
    cursor: pointer;
}

a {
    color: #666666;
    text-decoration: none; display:inline-block;
}

a:hover {
    text-decoration: none;
}

em, i {
    font-style: normal;
}

ul, li {
    list-style: none;
}

img {
    border: 0 none;
    width: 100%;
}

.clearfix {
    zoom: 1
}

.clearfix:after {
    content: "";
    width: 100%;
    display: block;
    height: 0;
    clear: both;
}

.page {
    width: 100%;
    min-width: 320px;
}

.img-re {
    display: block;
    max-width: 100%;
    height: auto;
}

input[disabled] {
    background-color: #f1f1f1!important;
    color: #ccc!important;
}

.text-center {
    text-align: center!important;
}

/*
*  base
*/

.inner { width:100%; max-width:1200px;
    margin: 0 auto;
    overflow: hidden;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.overflow-hidden {
    overflow: hidden;
}

/*
*  btn
*/

.btn {
    display: inline-block;
    background: transparent;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    text-align: center;
    border: 1px solid transparent;
}

.btn.small {
    width: 80px;
    height: 30px;
    line-height: 30px;
}

.btn.outline {
    border: 1px solid #00c1de;
}

.btn.outline-black {
    border: 1px solid #373d41;
}

.btn.large {
    width: 160px;
    height: 42px;
    line-height: 42px;
    font-size: 16px;
}

/*
*  color
*/

.color-bf {
    color: #fffff !important;
}
.color-666 {
    color: #666 !important;
}
.color-f {
    color: #fff !important;
}

.color-theme {
    color: #00c1de !important;
}

.color-gray-blue {
    color: #373d41;
}

.color-gray-error {
    color: #f80000
}

/*
*  bg color
*/

.bg-violet {
    background: #004b9f; color:#FFF
}
.bg-violet a{ color:#FFF}

.bg-white {
    background: #fff;
}

.bg-dark-grey {
    background: #333;
}

.bg-light-grey {
    background: #f7f9fc;
}

.bg-light-blue {
    background: #f7f9fc;
}

.bg-theme {
    background: #00c1de;
}

/*
*  bg picture
*/

/*
*  margin
*/

.mt-70 {
    margin-top: 70px;
}

.mt-10 {
    margin-top: 10px;
}
.mt-20 {
    margin-top: 20px;
}
.mt-30 {
    margin-top: 30px;
}


@media (max-width: 639px) {.mb-70 {
    margin-bottom: 30px;
}}


@media (min-width: 640px) and (max-width:1023px ) {.mb-70 {
    margin-bottom: 70px;
}}
/*
*  flex
*/

.d-flex {
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
}

.d-flex-1 {
    flex: 1;
    -webkit-box-flex: 1;
}

/*
*  nav css
*/

.logo {
    float: left;
}

.logo img {
    max-width: 100%;
/*    height: 40px;
*/    margin-top: 15px;
}

.nav .inner {
    position: relative;
    z-index: 2;
    height: 80px;
    overflow: inherit;
}

.nav-list {
    float: right;
}

.nav-list .nav-ul {}

.nav-list .nav-ul .nav-li {
    position: relative;
    display: inline-block;
    line-height: 80px;
    padding: 0 16px;
    font-size: 16px;
}

.nav-list .nav-ul .nav-li.select::before {
    content: "";
    position: absolute;
    left: 50%;
    margin-left: -4.5px;
    bottom: 0px;
    width: 0;
    height: 0;
    border-right: 9px solid transparent;
    border-left: 9px solid transparent;
    border-bottom: 9px solid #e1e1e1;
}

.nav-list .nav-ul .nav-li.select::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -2px;
    margin-left: -4.5px;
    width: 0;
    height: 0;
    border-right: 9px solid transparent;
    border-left: 9px solid transparent;
    border-bottom: 9px solid #fff;
}

.nav-list .nav-ul .nav-li a {
    padding: 5px 0;
}

.nav-list .nav-ul .nav-li.active a {
    border-bottom: 2px solid #00c1de;
    color: #00c1de
}

.nav-list .nav-ul .nav-li a:hover {
    color: #00c1de
}

.nav-action {
    float: right;
    line-height: 80px;
}

.nav-action .btn {
    width: 80px;
    height: 30px;
}

.nav-menu-wrapper {
    display: none;
    position: absolute;
    top: 80px;
    left: 0;
    width: 100%;
    background: #fff;
    border-top: 1px solid #e1e1e1;
    padding: 10px 0;
    z-index: 1;
}

.nav-menu-service {
    overflow: hidden;
    padding-top: 15px;
}

.nav-menu-service li {
    float: left;
    width: 100px;
    text-align: center
}

.nav-menu-service li p {
    color: #333;
    margin-top: 5px;
}

.nav-menu-service-item {
    display: inline-block;
    width: 30px;
    height: 30px;
    background-size: contain!important;
}

/*
*  banner css
*/

.banner {
    position: relative;
    width: 100%;
    height: 580px;
    background: url(../images/homrbanner_bg.png) no-repeat center;
    background-size: cover;
    overflow: hidden
}
.banner.inside {
    height: 440px;
}
.banner-text {
    margin: 110px 0 0 20px;
}

.banner-text h1 {
    font-size: 54px;
    color: #fff;
}

.banner-text p {
    font-size: 24px;
    color: #feffff;
    margin: 20px 0 40px 0;
}

.banner .point {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 136px;
    background: rgba(0, 18, 86, 0.3);
}

.point .inner {
    height: inherit;
    align-items: center;
}

.point .point-item span {
    display: inline-block;
    vertical-align: middle;
}

.point .icons {
    margin-right: 20px;
}

.point .icons img {
    display: inline-block;
    width: 30px;
    height: 36px;
}

.point .text {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
}
#serve-img-area {
    position: relative;
}
#serve-img-area .point-area {
    text-align: center;
    position: relative;
    width: 150px;
    height: 150px;
    -webkit-transition: opacity 0.5s ease-out;
    -moz-transition: opacity 0.5s ease-out;
    -o-transition: opacity 0.5s ease-out;
    transition: opacity 0.5s ease-out;
}
#serve-img-area .point-area .point {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 10px;
    height: 10px;
    margin: auto;
    -webkit-border-radius: 50%;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 50%;
    -moz-background-clip: padding;
    border-radius: 50%;
    background-clip: padding-box;
    background: transparent;
}
#serve-img-area .point-area .point-dot {
    z-index: 1;
    background-color: #6AD7E9;
    border: 1px solid rgba(0, 205, 236, 0.37);
}
#serve-img-area .point-area .point-10 {
    width: 100%;
    height: 100%;
}
#serve-img-area .point-area .point-10:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 50%;
    border: 2px solid #00cdec;
    opacity: 0;
    -webkit-animation: ripple 4500ms ease-out 225ms infinite;
    -moz-animation: ripple 4500ms ease-out 225ms infinite;
    -o-animation: ripple 4500ms ease-out 225ms infinite;
    animation: ripple 4500ms ease-out 225ms infinite;
}
#serve-img-area .point-area .point-70:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 50%;
    border: 2px solid #00cdec;
    opacity: 0;
    -webkit-animation: ripple 4500ms ease-out 1575ms infinite;
    -moz-animation: ripple 4500ms ease-out 1575ms infinite;
    -o-animation: ripple 4500ms ease-out 1575ms infinite;
    animation: ripple 4500ms ease-out 1575ms infinite;
}
@-webkit-keyframes ripple{ 0%{opacity:0;-webkit-transform:scale(0.1,0.1); } 5%{ opacity:1; }  100%{ opacity:0; -webkit-transform:scale(1)}}
@-moz-keyframes ripple{ 0%{opacity:0;-moz-transform:scale(0.1,0.1); } 5%{ opacity:1; }  100%{ opacity:0; -moz-transform:scale(1)}}
@-o-keyframes ripple{ 0%{opacity:0;-o-transform:scale(0.1,0.1); } 5%{ opacity:1; }  100%{ opacity:0; -o-transform:scale(1)}}
@keyframes ripple{ 0%{opacity:0;-webkit-transform:scale(0.1,0.1);-moz-transform:scale(0.1,0.1);-ms-transform:scale(0.1,0.1);transform:scale(0.1,0.1); } 5%{ opacity:1; }  100%{ opacity:0;-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);transform:scale(1);}}
/*
*  modular css
*/

.modular {
    overflow: hidden;
}

.modular-header {
    text-align: center
}


@media (max-width: 639px) {
	.modular-header .title {
    color: #333;
    font-size: 24px;
    font-weight: bold;
    margin-top: 29px;
}}


@media (min-width: 640px) and (max-width:1920px ) {
	.modular-header .title {
    color: #333;
    font-size: 24px;
    font-weight: bold;
    margin-top: 79px;
}


}
.small-title {
    color: #666;
    font-size: 16px;
    margin-top: 21px;
}

/*
*  modular 环保管家服务 css
*/

.introduce {
    float: left;
    width: 550px;
    line-height: 180%;
    margin-top: 90px;
}

.introduce h4 {
    margin-bottom: 20px;
}

.introduce p {
    color: #999999;
}

.illustration {
    float: right;
    margin-top: 20px;
    margin-right: 20px;
}

/*
*  modular 环保专题服务 css
*/

.checkerboard {
    margin-top: 45px;
}

.checkerboard-items {
    overflow: hidden
}

.checkerboard-items li {
    position: relative;
    float: left;
    width: 20%;
    text-align: center;
    color: #aeaeae;
    cursor: pointer; padding-bottom:20px
}




@media (max-width: 639px) {.checkerboard-items .item-crumbs {
    padding: 0 5px;
    height: 36px;
    overflow: hidden;
}}


@media (min-width: 640px) and (max-width:1023px ) {.checkerboard-items .item-crumbs {
    padding: 0 20px;
    height: 36px;
    overflow: hidden;
}}
.checkerboard-box {
    height: 150px;
    background: #f5f5f6;
    overflow: hidden
}

.checkerboard-box dl {
    margin-top: 45px;
}

.checkerboard-box dl dt {
    margin: 0 10px;
}

.checkerboard-box dl dt {
    float: left;
}

.checkerboard-box dl dt h3 {
    color: #373d41;
    margin-bottom: 7px;
}

.checkerboard-box dl dt h3 span {
    display: inline-block;
    width: 3px;
    height: 16px;
    margin-right: 9px;
    background: #00c1de;
    vertical-align: -1px
}

.checkerboard-box dl dd {
    margin-left: 100px;
    color: #373d41;
    font-size: 14px;
    padding: 0 10px;
    line-height: 180%;
}

@media (max-width: 639px) {
	
	.checkerboard-items .item-icon {
    display: inline-block;
    width: 60px;
    height:60px;
}


	.item-icon-ico_special_01 { width:60px; height:60px; display:inline-block;
    background: url(../images/ico_special_01m.png) no-repeat;
}

.item-icon-ico_special_02 {
    background: url(../images/ico_special_02m.png) no-repeat;
}

.item-icon-ico_special_03 {
    background: url(../images/ico_special_03m.png) no-repeat;
}

.item-icon-ico_special_04 {
    background: url(../images/ico_special_04m.png) no-repeat;
}

.item-icon-ico_special_05 {
    background: url(../images/ico_special_05m.png) no-repeat;
}

.item-icon-ico_special_06 {
    background: url(../images/ico_special_06m.png) no-repeat;
}

.item-icon-ico_special_07 {
    background: url(../images/ico_special_07m.png) no-repeat;
}

.item-icon-ico_special_08 {
    background: url(../images/ico_special_08m.png) no-repeat;
}

.item-icon-ico_special_09 {
    background: url(../images/ico_special_09m.png) no-repeat;
}

.item-icon-ico_special_10 {
    background: url(../images/ico_special_10m.png) no-repeat;
}

.item-icon-ico_special_11 {
    background: url(../images/ico_special_11m.png) no-repeat;
}

.item-icon-ico_special_12 {
    background: url(../images/ico_special_12m.png) no-repeat;
}

.active .item-icon-ico_special_01 {
    background: url(../images/ico_special_01m_selected.png) no-repeat;
}

.active .item-icon-ico_special_02 {
    background: url(../images/ico_special_02m_selected.png) no-repeat;
}

.active .item-icon-ico_special_03 {
    background: url(../images/ico_special_03m_selected.png) no-repeat;
}

.active .item-icon-ico_special_04 {
    background: url(../images/ico_special_04m_selected.png) no-repeat;
}

.active .item-icon-ico_special_05 {
    background: url(../images/ico_special_05m_selected.png) no-repeat;
}

.active .item-icon-ico_special_06 {
    background: url(../images/ico_special_06m_selected.png) no-repeat;
}

.active .item-icon-ico_special_07 {
    background: url(../images/ico_special_07m_selected.png) no-repeat;
}

.active .item-icon-ico_special_08 {
    background: url(../images/ico_special_08m_selected.png) no-repeat;
}

.active .item-icon-ico_special_09 {
    background: url(../images/ico_special_09m_selected.png) no-repeat;
}

.active .item-icon-ico_special_10 {
    background: url(../images/ico_special_10m_selected.png) no-repeat;
}

.active .item-icon-ico_special_11 {
    background: url(../images/ico_special_11m_selected.png) no-repeat;
}

.active .item-icon-ico_special_12 {
    background: url(../images/ico_special_12m_selected.png) no-repeat;
}
}



@media (min-width: 640px) and (max-width:1920px ) {
	.checkerboard-items .item-icon {
    display: inline-block;
    width: 80px;
    height: 80px;
}
	
	
	
	.item-icon-ico_special_01 { width:60px; height:60px; display:inline-block;
    background: url(../images/ico_special_01.png) no-repeat;
}

.item-icon-ico_special_02 {
    background: url(../images/ico_special_02.png) no-repeat;
}

.item-icon-ico_special_03 {
    background: url(../images/ico_special_03.png) no-repeat;
}

.item-icon-ico_special_04 {
    background: url(../images/ico_special_04.png) no-repeat;
}

.item-icon-ico_special_05 {
    background: url(../images/ico_special_05.png) no-repeat;
}

.item-icon-ico_special_06 {
    background: url(../images/ico_special_06.png) no-repeat;
}

.item-icon-ico_special_07 {
    background: url(../images/ico_special_07.png) no-repeat;
}

.item-icon-ico_special_08 {
    background: url(../images/ico_special_08.png) no-repeat;
}

.item-icon-ico_special_09 {
    background: url(../images/ico_special_09.png) no-repeat;
}

.item-icon-ico_special_10 {
    background: url(../images/ico_special_10.png) no-repeat;
}

.item-icon-ico_special_11 {
    background: url(../images/ico_special_11.png) no-repeat;
}

.item-icon-ico_special_12 {
    background: url(../images/ico_special_12.png) no-repeat;
}

.active .item-icon-ico_special_01 {
    background: url(../images/ico_special_01_selected.png) no-repeat;
}

.active .item-icon-ico_special_02 {
    background: url(../images/ico_special_02_selected.png) no-repeat;
}

.active .item-icon-ico_special_03 {
    background: url(../images/ico_special_03_selected.png) no-repeat;
}

.active .item-icon-ico_special_04 {
    background: url(../images/ico_special_04_selected.png) no-repeat;
}

.active .item-icon-ico_special_05 {
    background: url(../images/ico_special_05_selected.png) no-repeat;
}

.active .item-icon-ico_special_06 {
    background: url(../images/ico_special_06_selected.png) no-repeat;
}

.active .item-icon-ico_special_07 {
    background: url(../images/ico_special_07_selected.png) no-repeat;
}

.active .item-icon-ico_special_08 {
    background: url(../images/ico_special_08_selected.png) no-repeat;
}

.active .item-icon-ico_special_09 {
    background: url(../images/ico_special_09_selected.png) no-repeat;
}

.active .item-icon-ico_special_10 {
    background: url(../images/ico_special_10_selected.png) no-repeat;
}

.active .item-icon-ico_special_11 {
    background: url(../images/ico_special_11_selected.png) no-repeat;
}

.active .item-icon-ico_special_12 {
    background: url(../images/ico_special_12_selected.png) no-repeat;
}
}




.item-arrow {
    display: none;
}

.item-arrow span {
    display: block;
    margin: 0 auto;
    width: 0;
    height: 0;
    border-right: 9px solid transparent;
    border-left: 9px solid transparent;
    border-bottom: 9px solid #f5f5f6;
}


@media (max-width: 639px) {.checkerboard-items .item-title {
    color: #333333;
    font-size: 14px; font-weight:bold;
    margin: 16px 0 14px 0;
}}


@media (min-width: 640px) and (max-width:1920px ) {.checkerboard-items .item-title {
    color: #333333;
    font-size: 18px;
    font-weight: bold;
    margin: 16px 0 14px 0;
}}


.active .item-title, .active .item-crumbs {
    color: #00c1de;
}

.active .item-arrow {
    display: block;
}

/*
*  modular 智能作业工具 css
*/

.slider-wrapper {
    width: 1200px;
}

.slider-shadow {
    position: relative;
}

.slider-shadow::after {
    /* content: "";
    width:100px;
    height:100%;
    position: absolute;
    top:0;
    right:0;
    background:-webkit-linear-gradient(left,rgba(255,255,255,0.3),rgba(255,255,255,1));/*new gradient for Webkit*/
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(5px);
    */
}

.slider-wrapper .dot {
    text-align: center;
    margin-top: 30px;
}

.slider-wrapper .dot span {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #cccdcd;
    margin-right: 5px;
    cursor: pointer;
}

.slider-wrapper .dot span.ac {
    background: #00c1de
}

.slider-items {
    /* height: 440px; */
    transition: margin .3s;
    -moz-transition: margin .3s;
    /* Firefox 4 */
    -webkit-transition: margin .3s;
    /* Safari 和 Chrome */
    -o-transition: margin .3s;
    /* Opera */
    font-size: 0;
}

.slider-items-list {
    width: 280px;
    height: 440px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    font-size: 14px;
    background: #fff;
    display: inline-block;
    overflow: hidden;
    margin: 0 10px;
    cursor: pointer;
    transition: margin .3s;
    -moz-transition: margin .3s;
    /* Firefox 4 */
    -webkit-transition: margin .3s;
    /* Safari 和 Chrome */
    -o-transition: margin .3s;
    /* Opera */
}

.slider-items-list:hover {
    margin-top: -15px;
}

.bg-color-1 {
    background: #8bc7f0;
}

.bg-color-2 {
    background: #fdda62;
}

.bg-color-3 {
    background: #6bd7a8;
}

.bg-color-4 {
    background: #f27a77;
}
.bg-color-5 {
    background: #ffb464;
}

.item-box {}

.item-box-head {
    height: 114px;
    padding: 0 44px;
    text-align: center;
    color: #ffffff;
    font-size: 24px;
    font-weight: bold;
    padding-top: 20px;
}

.item-inner-list {}

.item-inner-list ul {
    margin: 35px 30px 0px 30px;
    height: 175px;
}

.item-inner-list ul li {
    position: relative;
    color: #666666;
    line-height: 180%;
    padding-left: 12px;
}

.item-inner-list ul li::before {
    content: "";
    position: absolute;
    top: 50%;
    ;
    left: 0;
    display: block;
    width: 4px;
    height: 4px;
    background: #01cbff;
}

.item-inner-btn-action {
    text-align: center;
    margin-top: 40px;
}

.item-inner-btn-action a:first-child {
    margin-right: 14px;
}

.more {
    text-align: center;
    margin-top:20px;
    color:#666666;
}
.more a{
    position: relative;
}
.more a::before {
    content:"";
    display: block;
    width:120px;
    height: 1px;
    position: absolute;
    top:50%;
    left:-158px;
    background:#e1e1e1;
}
.more a::after {
    content:"";
    display: block;
    width:120px;
    height: 1px;
    position: absolute;
    top:50%;
    right:-158px;
    background:#e1e1e1;
}
/*
*  modular 精选服务商 css
*/

.service-provider {
    width: 797px;
}

.service-provider>ul {}

.service-provider>ul>li {
    float: left;
    width: 380px;
    height: 340px;
    margin: 0 7px;
    margin-bottom: 20px;
}

.provider-item {
    position: relative;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    background: #fff;
    overflow: hidden;
}

.provider-item .identification {
    position: absolute;
    top: 0;
    left: -2px;
    display: block;
    width: 50px;
    height: 26px;
    background: url(../images/ico_vip.png) no-repeat;
}

.provider-item .item-img {
    height: 200px;
    overflow: hidden
}

.item-content {
    margin: 20px 30px;
}

.item-content h1 {
    font-size: 16px;
    margin-bottom: 16px;
}

.item-content>p {
    color: #aeaeae;
    line-height: 150%;
}

.service-settled-in {
    position: relative;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    background: #fff;
}

::-webkit-scrollbar {
    /*滚动条整体样式*/
    width: 10px;
    /*高宽分别对应横竖滚动条的尺寸*/
    height: 1px;
}

::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
    border-radius: 10px;
    background: #ababab;
}

::-webkit-scrollbar-track {
    /*滚动条里面轨道*/
    border-radius: 10px;
    background: #EDEDED;
}

.settled-in-list {
    height: 500px;
    overflow-y: auto;
}

.settled-in {
    overflow: hidden;
    height: 200px;
}

.settled-in-list>ul>li {
    border-bottom: 1px dashed #ebebeb;
    padding: 30px 24px;
}

.settled-in-list>ul>li>a {
    font-size: 16px;
    font-weight: 600;
}

.settled-in-list>ul>li>a span {
    vertical-align: middle;
}

.icon-img-new {
    display: inline-block;
    width: 30px;
    text-align: center;
    height: 18px;
    line-height: 18px;
    background: #ff5b50;
    color: #fff;
    border-radius: 3px;
    font-size: 12px;
    font-weight: 300;
    margin-right: 5px;
}

.settled-in-list>ul>li>p {
    color: #aeaeae;
    margin-top: 10px;
}

.settled-in-list>ul>li>p span {
    vertical-align: middle
}

.icon-img-location, .icon-img-testing {
    display: inline-block;
    width: 14px;
    height: 14px;
}

.icon-img-location {
    background: url(../images/ico_address.png) no-repeat;
}

.icon-img-testing {
    background: url(../images/ico_field.png) no-repeat;
}

/*
*  modular 成功案例 css
*/

.successful-case {
    height: 394px;
    background: url(../images/case_bg.png) no-repeat center;
    background-size: cover
}

.successful-case .inner>ul {}

.successful-case .inner>ul>li {
    position: relative;
    float: left;
    width: 178px;
    height: 138px;
    border: 1px solid #ececec;
    text-align: center;
    margin-right: 20px;
    background: #fff;
    cursor: pointer;
}

.successful-case .inner>ul>li:hover>a {
    display: block;
}

.successful-case .inner>ul>li img {
    display: inline-block;
    width: 140px;
    height: 70px;
    margin-top: 10px;
}

.successful-case .inner>ul>li p {
    font-size: 16px;
    font-weight: bold;
}

.successful-case .inner>ul>li a {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    font-size: 16px;
}

.successful-case .inner>ul>li a span {
    padding: 0 25px;
    display: block;
    margin-top: 50px;
}

/*
*  modular 环保总管 · 全国城市合伙人计划 css
*/

.plan-map {
    transform: scale(0.9);
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -o-transform: scale(0.9);
}

.plan-describe {
    margin: 280px 156px 0 0;
}

.plan-describe h1 {
    font-size: 24px;
}

.plan-describe p {
    font-size: 20px;
    color: #333333;
}

.plan-title-line {
    margin: 20px 0;
}

.plan-title-line span {
    display: block;
    width: 48px;
    height: 2px;
    background: #00c1de;
}

/*
*  modular 为什么选择我们 css
*/

.why-selected {
    height: 674px;
    background: url(../images/why_bg.png) no-repeat center;
    background-size: cover
}

.why-items {}

.why-items>li {
    width: 20%;
    height: 420px;
    float: left;
    overflow: hidden;
}

.why-itembg-1 {
    background: url(../images/why_01.png) no-repeat center;
    background-size: cover;
}

.why-itembg-2 {
    background: url(../images/why_02.png) no-repeat center;
    background-size: cover;
}

.why-itembg-3 {
    background: url(../images/why_03.png) no-repeat center;
    background-size: cover;
}

.why-itembg-4 {
    background: url(../images/why_04.png) no-repeat center;
    background-size: cover;
}

.why-itembg-5 {
    background: url(../images/why_05.png) no-repeat center;
    background-size: cover;
}

.why-item {
    width: 100%;
    height: 100%;
    text-align: center;
    cursor: pointer;
    overflow: hidden;
}

.why-item-icon {
    margin-top: 112px;
    text-align: center
}

.why-item-icon img {
    width: 54px;
    height: 54px;
}

.why-item, .why-item-icon, .why-content {
    transition: all .3s;
    -moz-transition: all .3s;
    /* Firefox 4 */
    -webkit-transition: all .3s;
    /* Safari 和 Chrome */
    -o-transition: all .3s;
    /* Opera */
}

.why-line {
    margin: 10px 0 20px 0;
}

.why-line span {
    display: inline-block;
    width: 20px;
    height: 2px;
    background: #fff;
}

.why-title {
    font-size: 20px;
    color: #fff;
    font-weight: bold;
}

.why-content {
    margin: 20px;
    color: #fff;
    margin-top: 100px;
    opacity: 0;
}

.why-items>li:hover .why-item {
    background: rgba(65, 205, 230, 0.6);
}

.why-items>li:hover .why-item .why-item-icon {
    margin-top: 65px;
}

.why-items>li:hover .why-item .why-content {
    margin-top: 20px;
    opacity: 1;
}

/*
*  modular footer css
*/

.service {
    padding: 34px 0;
    border-bottom: 1px solid #adadad;
}

.service .icons {
    float: left;
    margin-right: 12px;
}

.service .text {
    float: left;
    color: #fff;
}

.service .text b, .service .text em {
    display: block;
    margin-top: 5px;
}

.service .icons img {
    width: 48px;
    height: 48px;
}

.shortcut-navigation {
    overflow: hidden;
    padding: 50px 0;
}

.sn-item {
    width: 25%;
    float: left;
}

.sn-item .sn-item-title {
    font-size: 16px;
    color: #fff;
    margin-bottom: 25px;
}

.sn-item ul li a {
    display: inline-block;
    padding: 6px 0;
    color: #bfbfbf;
}

.sn-item dl dt, .sn-item dl dd {
    float: left;
}

.sn-item dl dt {
    margin-right: 26px;
}

.sn-item dl dd {
    color: #fff;
}

.sn-item dl dd h2 {
    font-size: 20px;
    font-weight: 500;
}

.sn-item dl dd p {
    margin-top: 6px;
    color: #bfbfbf;
}

.sn-item dl dt img {
    width: 60px;
    height: 60px;
}

.footer-copy {
    text-align: center;
    padding: 20px 0;
    line-height: 180%;
}

.modal-wrapper,.modal-wrapper-xcx {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 33;
}

.modal-inner,.modal-inner-xcx {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -314px;
    margin-top: -194px;
    width: 628px;
    height: 388px;
    background: #fff;
    border-radius: 3px;
    border: 5px solid rgba(0, 0, 0, 0.4)
}

.modal-header,.modal-header-xcx {
    position: relative;
    height: 44px;
    line-height: 44px;
    border-bottom: 1px solid #e9eaec;
}

.modal-header h2,.modal-header-xcx h2 {
    font-size: 16px;
    padding-left: 16px;
}

.modal-header .close,.modal-header-xcx .close {
    display: block;
    position: absolute;
    top: 0;
    right: 19px;
    cursor: pointer;
}

.modal-content {
    padding: 25px;
}

.modal-form {}

.modal-form-item {
    overflow: hidden
}

.modal-form-label {
    width: 80px;
    height: 30px;
    line-height: 30px;
    float: left;
}

.modal-form-control {
    float: left;
}

.modal-form-tips {
    clear: both;
    height: 30px;
    line-height: 30px;
    margin-left: 80px;
}

.modal-form-tips span {
    display: none;
}

.form-input {
    border: 1px solid #dddee1;
    border-radius: 3px;
    font-family: "微软雅黑";
}

input[type="text"].form-input {
    height: 30px;
    line-height: 30px;
    padding-left: 10px;
}

textarea.form-input {
    width: 440px;
    height: 80px;
    resize: none;
    padding: 10px;
}

.get-code-btn {
    height: 32px;
    border: none;
    padding: 0 16px;
    border-radius: 3px;
    background: #00c1de;
    color: #fff;
}

button:disabled.get-code-btn {
    background: #f2f2f2;
    color: #999999;
}

.modal-header-xcx {
    border-bottom: none;
}
.modal-inner-xcx {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -243px;
    margin-top: -140px;
    width: 486px;
    height: 280px;
    background: #fff;
    border-radius: 3px;
    border: 5px solid rgba(0, 0, 0, 0.4)
}
/*
 *  tool page css
*/
.tool-banner{
    background: url(../images/banner_03.png) no-repeat center;
    background-size: cover;
}
.tool-tab {
    position: relative;
    margin-top: -106px;
    z-index: 5;
}

.tool-tab-header {
    height: 106px;
    background: #fff;
    text-align: center;
}

.tool-tab-header a {
    margin-top: 50px;
    display: inline-block;
    width: 260px;
    height: 56px;
    line-height: 54px;
    text-align: center;
    background: #fff;
    border: 1px solid #dddee1;
    border-radius: 5px;
    font-size: 18px;
    margin-right: 20px;
}

.tool-tab-header a.active {
    background: #00c1de;
    color: #fff;
    border-color: transparent;
}

.tool-tab .slider-items-list {
    margin-top: 30px;
}

.tool-tab .tool-tab-content {
    display: none
}
.xcx-box dt{
    float: left;
}
.xcx-box dd{
    float: right;
    margin-right:20px;
}
.xcx-box dd p {
    text-align: center;
}
.QR-code{
    width: 148px;
    height:148px;
    border:1px solid #f2f2f2;
}
.QR-code img {
    display: block;
    width:140px;
    height: 140px;
    margin:4px;
}
/*
 *  service page css
*/
.service-banner{
    background: url(../images/banner_02.png) no-repeat center;
    background-size: cover;
}
.service-page {
    position: relative;
    margin-top: -106px;
    z-index: 5;
    overflow:hidden;
}

.service-page-header {
    
    height: 106px;
    background: #fff;
    padding: 70px 0 0 35px;
}
.service-page-header p {
    color:#666666;
    margin-top:10px;
}
.service-page .introduce {
    margin-top:30px;
}
/*
 *  contact page css
*/
.contact-banner{
    background: url(../images/banner_01.png) no-repeat center;
    background-size: cover;
}
.contact-wrapper {
    padding-bottom: 50px;
}
.contact-page {
    position: relative;
    margin-top: -106px;
    z-index: 5;
    height: 280px;
}
.contact-service ul li{
    float:left;
    width: 33.3%;
}
.contact-service-item {
    border-radius: 5px;
    background:#fff;
    box-shadow: 0 0 15px rgba(0,0,0,0.2);
    text-align: center;
    margin-right:20px;
    overflow: hidden;
}
.contact-service ul li img {
    width:80px;
    height: 80px;
    margin-top:65px;
    margin-bottom:25px;
}
.contact-service-ms {
    margin-top:13px;
    margin-bottom:70px;
    color:#666666;
}
.contact-team {
    margin-top:70px;
}
.contact-team ul {
    overflow: hidden;
}
.contact-team ul li{
    position: relative;
    float:left;
    width:24%;
    text-align: center;
}
.contact-team ul li::after {
    content: "";
    position: absolute;
    bottom:5px;
    right: 0;
    width: 1px;
    height: 60px;
    background:#e6e6e8;
}
.contact-team ul li:last-child::after {
    background: transparent;
}
.contact-team ul li h2 {
    font-size:16px;
    margin-top:26px;
    margin-bottom:20px;
}
.contact-team ul li p {
    padding:0 45px;
    color:#999999;
}
/*询价成功后弹出提示框*/
.xdsell-ed{/* display:none; */width:100%;height:100%;position:fixed;background-color: rgba(0,0,0,.6);top:0;left:0;text-align:center;z-index:9999;}
.ahj-btn-close-ed {font-size: 24px;font-style: normal;font-weight: 700;letter-spacing: 0;padding: 5px 15px;position: absolute;right: 0;top: 0; z-index: 10000000;color: #aaa;background-color: #fff;border: 0;cursor: pointer;}
.msg-ed{ padding:10px 0 0;}
.publish-fast-ed{width: 100%; margin-top:25px;height: 38px;line-height: 38px;background: #3498db;border: 0;font-size: 16px;color:#fff;cursor: pointer}
.ahj-dialog-ed {
    background-color: #fff;
    padding: 40px 50px;
    position: relative;
    text-align: justify;
    width: 440px;
    display: inline-block;
    font-size: 16px;
    line-height: 30px;
    overflow: hidden;
    margin-top: 10%;
    border-radius: 2px;
}